home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / mac / EURO_1 / PRG / CATHRINE.DXR / 00099_StartMovie.ls < prev    next >
Encoding:
Text File  |  1996-03-09  |  430 b   |  19 lines

  1. global no_cat, autoflg, framecnt, soundflg, max
  2.  
  3. on startMovie
  4.   puppetTempo(120)
  5.   set the timeoutLength to 2 * 60
  6.   set autoflg to 0
  7.   set framecnt to 1
  8.   set max to 18
  9.   set no_cat to ["5", "9", "5", "9", "13", "17", "21", "25", "29", "33", "37", "41", "45", "49", "53", "13", "17", "21"]
  10.   if the colorDepth <= 8 then
  11.     go("S08")
  12.   else
  13.     go("S16")
  14.   end if
  15.   if soundflg = 1 then
  16.     puppetSound("CATH.AIF")
  17.   end if
  18. end
  19.